Abandon method clears the
content of the Session. The next request to the same ALP Application
will cause a new Session to be initialized. This will include
invocation of the global.asa file.
Syntax:
Session.Abandon()
Samples:
<% Session.Abandon() %>
<% Session.Abandon %>
Applies to: Session object
See also: Session.Contents |